home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / styles / path.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-09  |  775 b   |  53 lines

  1. .path {
  2.   font-size: 12px;
  3.   color: #888888;
  4.   text-decoration: none;
  5.   font-weight: bold;
  6.   height: 23px;
  7.   float: left;
  8.   padding-top: 0px;
  9. }
  10.  
  11. .pathraquo {
  12.   color: #888888;
  13.   height: 23px;
  14. }
  15.  
  16. .path span {
  17.   color: #888888;
  18.   height: 23px;
  19. }
  20.  
  21. .path a {
  22.   text-decoration: none;
  23.   color: #888888;
  24.   height: 23px;
  25. }
  26.  
  27. a.pathFirst {
  28.   font-size: 12px;
  29.   color: #888888;
  30.   text-decoration: none;
  31.   font-weight: bold;  
  32.   float: left;
  33.   height: 23px;
  34.   text-align: center;
  35.   padding-left: 10px;
  36. }
  37.  
  38. a.pathFirst:hover{
  39.   text-decoration: none;
  40. }
  41.  
  42. span.pathFirst {
  43.   font-size: 12px;
  44.   color: #888888;
  45.   text-decoration: none;
  46.   font-weight: bold;  
  47.   float: left;
  48.   height: 23px;
  49.   text-align: center; 
  50.   padding-left: 10px;
  51. }
  52.  
  53.